runtime.schedt.maxmcount (field)

7 uses

	runtime (current package)
		proc.go#L684: 	sched.maxmcount = 10000
		proc.go#L761: 	if mcount() > sched.maxmcount {
		proc.go#L762: 		print("runtime: program exceeds ", sched.maxmcount, "-thread limit\n")
		proc.go#L6035: 	out = int(sched.maxmcount)
		proc.go#L6037: 		sched.maxmcount = 0x7fffffff
		proc.go#L6039: 		sched.maxmcount = int32(in)
		runtime2.go#L758: 	maxmcount    int32    // maximum number of m's allowed (or die)